home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132
/
Vol 132.iso
/
games
/
nameless.swf
/
scripts
/
DefineSprite_3244
/
frame_1
/
DoAction.as
Wrap
Text File
|
2011-06-09
|
267b
|
14 lines
onEnterFrame = function()
{
if(_root.cm.hitTest(this))
{
if(_root.gotoLevel5._currentframe == 1)
{
_root.stopAllSounds();
stopAllSounds();
_root.music.stop();
_root.gotoLevel5.play();
}
}
};